From: Felix Fietkau Date: Sun, 20 Sep 2009 12:32:33 +0000 (+0000) Subject: olsrd: fix compile error on some systems (e.g. Mac OS X "Snow Leopard") X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=a042a47e8c236cc75268304fb2a55ee16c88f0d6;p=feed%2Frouting.git olsrd: fix compile error on some systems (e.g. Mac OS X "Snow Leopard") git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@17636 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/patches/160-compile_fix.patch b/patches/160-compile_fix.patch new file mode 100644 index 0000000..fb534f6 --- /dev/null +++ b/patches/160-compile_fix.patch @@ -0,0 +1,10 @@ +--- a/src/cfgparser/oscan.lex ++++ b/src/cfgparser/oscan.lex +@@ -59,7 +59,6 @@ + int yyget_lineno(void); + FILE * yyget_in(void); + FILE* yyget_out(void); +-int yyget_leng(void); + char *yyget_text(void); + void yyset_lineno(int); + void yyset_in(FILE *);